curl --request POST \
--url https://api-lr.agent.ai/v1/action/cold_call_prep_generate_call_game_plan \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"company_website": "<string>",
"contact_name": "<string>",
"call_objective": "cold_call",
"seller_product": "<string>",
"output_variable_name": "call_game_plan",
"linkedin_url": "<string>",
"contact_role": "<string>",
"known_context": "<string>",
"seller_icp": "<string>",
"seller_website": "<string>",
"pain_points": "<string>"
}
'{
"status": 123,
"response": {}
}Generates a structured Call Game Plan with pre-call intel, opening approach, talk tracks, qualifying questions, objection playbook (5 universal + prospect-specific), close, voicemail scripts, and delivery notes.
curl --request POST \
--url https://api-lr.agent.ai/v1/action/cold_call_prep_generate_call_game_plan \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"company_website": "<string>",
"contact_name": "<string>",
"call_objective": "cold_call",
"seller_product": "<string>",
"output_variable_name": "call_game_plan",
"linkedin_url": "<string>",
"contact_role": "<string>",
"known_context": "<string>",
"seller_icp": "<string>",
"seller_website": "<string>",
"pain_points": "<string>"
}
'{
"status": 123,
"response": {}
}Bearer token from your account (https://agent.ai/user/integrations#api)
cold_call, warm_call, follow_up, re_engagement ^[a-zA-Z][a-zA-Z0-9_]*$Mutual connections, prior call outcomes, warm intro context.